From db8bb23f7a338e54bf3c281a53adba80e19cd5f4 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 5 Sep 2009 16:52:37 +0000 Subject: [PATCH] Delbin: fix tyop in 'down right' and change tombstone->cemetery. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3778 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/delbin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpsbabel/delbin.c b/gpsbabel/delbin.c index 92c24d003..ccab649b8 100644 --- a/gpsbabel/delbin.c +++ b/gpsbabel/delbin.c @@ -2251,7 +2251,7 @@ delbin_write(void) message_write(MSG_CAPABILITIES, &m); if (message_read(MSG_CAPABILITIES, &m)) { const msg_capabilities_t* p = m.data; - device_max_waypoint = le_read32(p->max_waypoints); + device_max_waypoint = le_readu32(p->max_waypoints); } message_free(&m); @@ -2988,7 +2988,7 @@ static const char* const waypoint_symbol_name[] = { "Arrow Up Left", "Arrow Up Right", "Arrow Down Left", - "Arrow Dow Right", + "Arrow Down Right", "Green Star", "Yellow Square", "Red X", @@ -3052,7 +3052,7 @@ static const char* const waypoint_symbol_name[] = { "Telephone", "Traffic Light", "Fire Hydrant", - "Tombstone", + "Cemetery", "Picnic Table", "Tent", "Shelter", -- 2.30.2